VideoDevice

class VideoDevice

Types

Position
Link copied to clipboard
enum Position : Enum<VideoDevice.Position>

Position of camera.

Properties

cameraCharacteristics
Link copied to clipboard
val cameraCharacteristics: CameraCharacteristics?

Gets CameraCharacteristics. If device's Android OS version is lower than android.os.Build.VERSION_CODES.LOLLIPOP, null will be returned.

deviceName
Link copied to clipboard
val deviceName: String

Gets device name of this VideoDevice.

position
Link copied to clipboard
val position: VideoDevice.Position

Gets the position of this VideoDevice.